Skip to content

Conversation

@sanikolaev
Copy link
Collaborator

Related issue #3602

@github-actions
Copy link
Contributor

github-actions bot commented Nov 1, 2025

Windows test results

    3 files      3 suites   25m 57s ⏱️
1 112 tests 1 058 ✅ 54 💤 0 ❌
1 114 runs  1 060 ✅ 54 💤 0 ❌

Results for commit 4ef0a54.

♻️ This comment has been updated with latest results.

@sanikolaev sanikolaev requested a review from glookka November 6, 2025 04:42
Copy link
Contributor

@glookka glookka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this code GetError() may return true if some other error is set (m_sLexerError, m_sParserError, m_sCreateError). So the first non-empty error should be returned

if ( GetError () )
	{
		if ( !m_sCreateError.IsEmpty() )
			sError = m_sCreateError;

@sanikolaev
Copy link
Collaborator Author

In this code GetError() may return true if some other error is set (m_sLexerError, m_sParserError, m_sCreateError). So the first non-empty error should be returned

Done in f724087

@sanikolaev sanikolaev requested a review from glookka November 11, 2025 02:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants